Intersoft.Client.Framework Namespace : WeakEventListener<TInstance,TSource,TEventArgs> Class |
The following tables list the members exposed by WeakEventListener<TInstance,TSource,TEventArgs>.
Name | Description | |
---|---|---|
WeakEventListener<TInstance,TSource,TEventArgs> Constructor | Initializes a new instances of the WeakEventListener class. |
Name | Description | |
---|---|---|
OnDetachAction | Gets or sets the method to call when detaching from the event. | |
OnEventAction | Gets or sets the method to call when the event fires. |
Name | Description | |
---|---|---|
Detach | Detaches from the subscribed event. | |
OnEvent | Handler for the subscribed event calls OnEventAction to handle it. |